home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-09 | 597 b | 20 lines | [TEXT/R*ch] |
- /* Definitions of Mac-specific commands for Xconq.
- Copyright (C) 1993, 1994 Stanley T. Shebs.
-
- Xconq is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version. See the file COPYING. */
-
- /* The definitions of Mac-specific commands. */
-
- DEF_CMD( '*' , "replan", "", do_force_global_replan,
- "")
-
- DEF_CMD('\033', "escape", "", do_escape,
- "")
-
- DEF_CMD( '@' , "angle", "", do_set_map_angle,
- "change the angle at which a map is viewed")
-
-